home *** CD-ROM | disk | FTP | other *** search
/ Dictionaries & Language / Dictionaries and Language (Chestnut CD-ROM) (1993).iso / gloss / jargn298 / jargon-z.txt < prev    next >
Encoding:
Text File  |  1991-09-07  |  4.7 KB  |  95 lines

  1. = Z =
  2. =====
  3.  
  4. zap: 1. n. Spiciness.  2. vt. To make food spicy.  3. vt. To make
  5.    someone `suffer' by making his food spicy.  (Most hackers love
  6.    spicy food.  Hot-and-sour soup is considered wimpy unless it makes
  7.    you wipe your nose for the rest of the meal.)  See {zapped}.
  8.    4. vt. To modify, usually to correct; esp. used when the action
  9.    is performed with a debugger or binary patching tool.  Also implies
  10.    surgical precision.  "Zap the debug level to 6 and run it again."
  11.    In the IBM mainframe world, binary patches are applied to programs
  12.    or to the OS with a program called `superzap', whose file name is
  13.    `IMASPZAP' (I M A SuPerZAP).  5. vt. To erase or reset.  6. To
  14.    {fry} a chip with static electricity. "Uh oh --- I think that
  15.    lightning strike may have zapped the disk controller."
  16.  
  17. zapped: adj. Spicy.  This term is used to distinguish between food
  18.    that is hot (in temperature) and food that is *spicy*-hot.
  19.    For example, the Chinese appetizer Bon Bon Chicken is a kind of
  20.    chicken salad that is cold but zapped; by contrast, {vanilla}
  21.    wonton soup is hot but not zapped.  See also {{oriental food}},
  22.    {laser chicken}.  See {zap}, senses 1 and 2.
  23.  
  24. zen: vt. To figure out something by meditation or by a sudden flash
  25.    of enlightenment.  Originally applied to bugs, but occasionally
  26.    applied to problems of life in general.  "How'd you figure out the
  27.    buffer allocation problem?"  "Oh, I zenned it."  Contrast {grok},
  28.    which connotes a time-extended version of zenning a system.
  29.    Compare {hack mode}.  See also {guru}.
  30.  
  31. zero: vt. 1. To set to 0.  Usually said of small pieces of data,
  32.    such as bits or words (esp. in the construction `zero out').  2. To
  33.    erase; to discard all data from.  Said of disks and directories,
  34.    where `zeroing' need not involve actually writing zeroes throughout
  35.    the area being zeroed.  One may speak of something being
  36.    `logically zeroed' rather than being `physically zeroed'.  See
  37.    {scribble}.
  38.  
  39. zero-content: adj. Syn. {content-free}.
  40.  
  41. zeroth: /zee'rohth/ adj. First.  Among software designers, comes
  42.    from C's and LISP's 0-based indexing of arrays.  Hardware people
  43.    also tend to start counting at 0 instead of 1; this is natural
  44.    since, e.g., the 256 states of 8 bits correspond to the binary
  45.    numbers 0, 1, ..., 255 and the digital devices known as `counters'
  46.    count in this way.
  47.  
  48.    Hackers and computer scientists often like to call the first
  49.    chapter of a publication `chapter 0', especially if it is of an
  50.    introductory nature (one of the classic instances was in the First
  51.    Edition of {K&R}).  In recent years this trait has also been
  52.    observed among many pure mathematicians (who have an independent
  53.    tradition of numbering from 0).  Zero-based numbering tends to
  54.    reduce {fencepost error}s, though it cannot eliminate them
  55.    entirely.
  56.  
  57. zigamorph: /zig'*-morf/ n. Hex FF (11111111) when used as a
  58.    delimiter or {fence} character.  Usage: primarily at IBM
  59.    shops.
  60.  
  61. zip: [primarily MS-DOS] vt. To create a compressed archive from a
  62.    group of files using PKWare's PKZIP or a compatible archiver.  Its
  63.    use is spreading now that portable implementations of the algorithm
  64.    have been written.  Commonly used as follows: "I'll zip it up and
  65.    send it to you."  See {arc}, {tar and feather}.
  66.  
  67. zipperhead: [IBM] n. A person with a closed mind.
  68.  
  69. zombie: [UNIX] n. A process that has died but has not yet
  70.    relinquished its process table slot (because the parent process
  71.    hasn't executed a `wait(2)' for it yet).  These can be seen in
  72.    `ps(1)' listings occasionally.  Compare {orphan}.
  73.  
  74. zorch: /zorch/ 1. [TMRC] v. To attack with an inverse heat sink.
  75.    2. [TMRC] v. To travel, with v approaching c [that
  76.    is, with velocity approaching lightspeed --- ESR].  3. [MIT] v. To
  77.    propel something very quickly.  "The new comm software is very
  78.    fast; it really zorches files through the network."  4. [MIT] n.
  79.    Influence.  Brownie points.  Good karma.  The intangible and fuzzy
  80.    currency in which favors are measured.  "I'd rather not ask him
  81.    for that just yet; I think I've used up my quota of zorch with him
  82.    for the week."  5. [MIT] n. Energy, drive, or ability.  "I think
  83.    I'll {punt} that change for now; I've been up for 30 hours
  84.    and I've run out of zorch."
  85.  
  86. Zork: /zork/ n. The second of the great early experiments in computer
  87.    fantasy gaming; see {ADVENT}.  Originally written on MIT-DM
  88.    during the late 1970s, later distributed with BSD UNIX and
  89.    commercialized as `The Zork Trilogy' by Infocom.
  90.  
  91. zorkmid: /zork'mid/ n. The canonical unit of currency in
  92.    hacker-written games.  This originated in {zork} but has spread
  93.    to {nethack} and is referred to in several other games.
  94.  
  95.